func go/doc.findDeclsAndUnresolved

2 uses

	go/doc (current package)
		example.go#L193: 	depDecls, unresolved := findDeclsAndUnresolved(body, topDecls, typMethods)
		example.go#L335: func findDeclsAndUnresolved(body ast.Node, topDecls map[*ast.Object]ast.Decl, typMethods map[string][]ast.Decl) ([]ast.Decl, map[string]bool) {